API

Procurement APIs

GET procurement/credit-notes/{supplierCreditNoteId}/journal-entry-lines

List of all journal entry lines for a specific identifier

HTTP method GET
URI https://api.rambase.net/procurement/credit-notes/{supplierCreditNoteId}/journal-entry-lines
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {supplierCreditNoteId} Supplier credit note identifier
Integer, minimum 100000
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 4458, version 5

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

AccountingLineId Integer Accounting line identifier of the payable journal entry.
AssetId Integer Asset identifier.
DepartmentId Integer Department identifier.
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
IntercompanyCode String Intercompany database the supplier belongs to.
Status Integer Status of the accounting line.
VATCode String Code that determines VAT rules used for VAT calculations.

Read more about filters and sorting on how to use sortable parameters

AccountingLineId Integer Accounting line identifier of the payable journal entry
AssetId Integer Asset identifier
DepartmentId Integer Department identifier
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
IntercompanyCode String Intercompany database the supplier belongs to.
Status Integer Status of the accounting line
VATCode String Code that determines VAT rules used for VAT calculations.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<JournalEntryLines>
2
     <AccountingLine>
3
          <AccountingLineId
AccountingLineId

Accounting line identifier of the payable journal entry

>
{Integer}</AccountingLineId>
4
          <Status
Status

Status of the accounting line

Possible domain values can be found here

>
{Integer}</Status>
5
          <FixedAsset>
6
               <FixedAssetId
FixedAssetId

Fixed asset identifier

>
{Integer}</FixedAssetId>
7
               <FixedAssetLink
FixedAssetLink

Link to Fixed asset document

>
{String}</FixedAssetLink>
8
          </FixedAsset>
9
          <GeneralLedgerPostingItem>
10
               <GeneralLedgerPostingItemId
GeneralLedgerPostingItemId

General ledger posting item identifier.

>
{Integer}</GeneralLedgerPostingItemId>
11
               <GeneralLedgerPosting>
12
                    <GeneralLedgerPostingId
GeneralLedgerPostingId

General ledger posting identifier

>
{Integer}</GeneralLedgerPostingId>
13
                    <GeneralLedgerPostingLink
GeneralLedgerPostingLink

General ledger posting reference

>
{String}</GeneralLedgerPostingLink>
14
               </GeneralLedgerPosting>
15
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
16
               <GeneralLedgerPostingItemLink
GeneralLedgerPostingItemLink

General ledger posting reference

>
{String}</GeneralLedgerPostingItemLink>
17
          </GeneralLedgerPostingItem>
18
          <AccountDimensions>
19
               <GeneralLedgerAccount>
20
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
21
                    <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
22
                    <Name
Name

Name of general ledger account

>
{String}</Name>
23
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
24
               </GeneralLedgerAccount>
25
               <Dimensions>
26
                    <Dimension>
27
                         <Value
Value

Value for this dimension defintion.

>
{String}</Value>
28
                         <Description
Description

Description of the dimension value.

>
{String}</Description>
29
                         <DimensionDefinition>
30
                              <DimensionDefinitionId
DimensionDefinitionId

Dimension identifier

>
{Integer}</DimensionDefinitionId>
31
                              <Name
Name

Name of dimension

>
{String}</Name>
32
                              <DimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

>
{String}</DimensionDefinitionLink>
33
                         </DimensionDefinition>
34
                    </Dimension>
35
               </Dimensions>
36
          </AccountDimensions>
37
          <VATCodeDefinition>
38
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
39
               <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
40
               <Description
Description

Description of VAT Code definition

>
{String}</Description>
41
          </VATCodeDefinition>
42
          <Totals>
43
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
44
               <DebitAmount
DebitAmount

Total debit amount.

>
{Decimal}</DebitAmount>
45
               <CreditAmount
CreditAmount

Total credit amount.

>
{Decimal}</CreditAmount>
46
          </Totals>
47
          <TotalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

>
48
               <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

>
{String}</Currency>
49
               <ExchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

>
{Decimal}</ExchangeRate>
50
               <DebitAmount
DebitAmount

Total debit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

>
{Decimal}</DebitAmount>
51
               <CreditAmount
CreditAmount

Total credit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

>
{Decimal}</CreditAmount>
52
          </TotalsConverted>
53
          <PayableJournalEntry>
54
               <PayableJournalEntryId
PayableJournalEntryId

Payable journal entry identifier

>
{Integer}</PayableJournalEntryId>
55
               <Intercompany>
56
                    <Database
Database

Abbreviation/code to identify the company

>
{String}</Database>
57
               </Intercompany>
58
               <AccountingPeriod>
59
                    <AccountingPeriodId
AccountingPeriodId

Accounting period identifier

>
{Integer}</AccountingPeriodId>
60
                    <Period
Period

Accounting period

>
{Integer}</Period>
61
                    <AccountingPeriodLink
AccountingPeriodLink

Accounting period reference

>
{String}</AccountingPeriodLink>
62
               </AccountingPeriod>
63
               <Totals
Totals

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

>
64
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

>
{String}</Currency>
65
                    <TotalCreditAmount
TotalCreditAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

>
{Decimal}</TotalCreditAmount>
66
                    <TotalDebitAmount
TotalDebitAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

>
{Decimal}</TotalDebitAmount>
67
               </Totals>
68
               <TotalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

>
69
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

>
{String}</Currency>
70
                    <ExchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

>
{Decimal}</ExchangeRate>
71
                    <TotalCreditAmount
TotalCreditAmount

Total debit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

>
{Decimal}</TotalCreditAmount>
72
                    <TotalDebitAmount
TotalDebitAmount

Total credit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

>
{Decimal}</TotalDebitAmount>
73
               </TotalsConverted>
74
               <PayableJournalEntryLink
PayableJournalEntryLink

Payable journal entry reference

>
{String}</PayableJournalEntryLink>
75
          </PayableJournalEntry>
76
          <AccountingLineLink
AccountingLineLink

Accounting line reference

>
{String}</AccountingLineLink>
77
     </AccountingLine>
78
     <Paging
Paging

Detailed paging information for this list.

>
79
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
80
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
81
          <Page
Page

Page index

>
{Integer}</Page>
82
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
83
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
84
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
85
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
86
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
87
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
88
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
89
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
90
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
91
     </Paging>
92
</JournalEntryLines>
1
{
2
     "journalEntryLines": [
3
          {
4
               "accountingLineId
AccountingLineId

Accounting line identifier of the payable journal entry

":
"{Integer}",
5
               "status
Status

Status of the accounting line

Possible domain values can be found here

":
"{Integer}",
6
               "fixedAsset": {
7
                    "fixedAssetId
FixedAssetId

Fixed asset identifier

":
"{Integer}",
8
                    "fixedAssetLink
FixedAssetLink

Link to Fixed asset document

":
"{String}"
9
               },
10
               "generalLedgerPostingItem": {
11
                    "generalLedgerPostingItemId
GeneralLedgerPostingItemId

General ledger posting item identifier.

":
"{Integer}",
12
                    "generalLedgerPosting": {
13
                         "generalLedgerPostingId
GeneralLedgerPostingId

General ledger posting identifier

":
"{Integer}",
14
                         "generalLedgerPostingLink
GeneralLedgerPostingLink

General ledger posting reference

":
"{String}"
15
                    },
16
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
17
                    "generalLedgerPostingItemLink
GeneralLedgerPostingItemLink

General ledger posting reference

":
"{String}"
18
               },
19
               "accountDimensions": {
20
                    "generalLedgerAccount": {
21
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
22
                         "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
23
                         "name
Name

Name of general ledger account

":
"{String}",
24
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
25
                    },
26
                    "dimensions": [
27
                         {
28
                              "value
Value

Value for this dimension defintion.

":
"{String}",
29
                              "description
Description

Description of the dimension value.

":
"{String}",
30
                              "dimensionDefinition": {
31
                                   "dimensionDefinitionId
DimensionDefinitionId

Dimension identifier

":
"{Integer}",
32
                                   "name
Name

Name of dimension

":
"{String}",
33
                                   "dimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

":
"{String}"
34
                              }
35
                         }
36
                    ]
37
               },
38
               "vATCodeDefinition": {
39
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}",
40
                    "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}",
41
                    "description
Description

Description of VAT Code definition

":
"{String}"
42
               },
43
               "totals": {
44
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
45
                    "debitAmount
DebitAmount

Total debit amount.

":
"{Decimal}",
46
                    "creditAmount
CreditAmount

Total credit amount.

":
"{Decimal}"
47
               },
48
               "totalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

":
{
49
                    "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

":
"{String}",
50
                    "exchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

":
"{Decimal}",
51
                    "debitAmount
DebitAmount

Total debit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

":
"{Decimal}",
52
                    "creditAmount
CreditAmount

Total credit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.TotalsConverted in your request URI to get this field

":
"{Decimal}"
53
               },
54
               "payableJournalEntry": {
55
                    "payableJournalEntryId
PayableJournalEntryId

Payable journal entry identifier

":
"{Integer}",
56
                    "intercompany": {
57
                         "database
Database

Abbreviation/code to identify the company

":
"{String}"
58
                    },
59
                    "accountingPeriod": {
60
                         "accountingPeriodId
AccountingPeriodId

Accounting period identifier

":
"{Integer}",
61
                         "period
Period

Accounting period

":
"{Integer}",
62
                         "accountingPeriodLink
AccountingPeriodLink

Accounting period reference

":
"{String}"
63
                    },
64
                    "totals
Totals

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

":
{
65
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

":
"{String}",
66
                         "totalCreditAmount
TotalCreditAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

":
"{Decimal}",
67
                         "totalDebitAmount
TotalDebitAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.Totals in your request URI to get this field

":
"{Decimal}"
68
                    },
69
                    "totalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

":
{
70
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

":
"{String}",
71
                         "exchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

":
"{Decimal}",
72
                         "totalCreditAmount
TotalCreditAmount

Total debit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

":
"{Decimal}",
73
                         "totalDebitAmount
TotalDebitAmount

Total credit amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=AccountingLine.PayableJournalEntry.TotalsConverted in your request URI to get this field

":
"{Decimal}"
74
                    },
75
                    "payableJournalEntryLink
PayableJournalEntryLink

Payable journal entry reference

":
"{String}"
76
               },
77
               "accountingLineLink
AccountingLineLink

Accounting line reference

":
"{String}"
78
          }
79
     ],
80
     "paging
Paging

Detailed paging information for this list.

":
{
81
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
82
          "position
Position

Position of the first element in the list

":
"{Integer}",
83
          "page
Page

Page index

":
"{Integer}",
84
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
85
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
86
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
87
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
88
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
89
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
90
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
91
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
92
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
93
     }
94
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 104870 HTTP 404 Default account assignment not found
Error 100141 HTTP 404 Country not found
Error 104869 HTTP 404 Default account not found